Syntext:
<ol>
// list items
<ol/>
Example :
<ol>
<li>Mango<li/>
<li>Orange<li/>
<li>Litchi<li/>
<li>Banana<li/>
<ol/>
output:
For <ol> tag, the type attribute is used to specify the type of numbering we want.
There are five options:
For <ol> tag, the style attribute is used to specify the starting type of numbering.
Example :
<ol type="A" start="3">
<li>Pen<li/>
<li>Pencil<li/>
<li>Eraiser<li/>
<ol/>
output: